tests: Fix comment for accuracy
authorEmmanuele Bassi <ebassi@gnome.org>
Wed, 6 Feb 2019 09:41:49 +0000 (10:41 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Wed, 6 Feb 2019 09:41:49 +0000 (10:41 +0100)
The command line for compiling testwindowsize has changed.

tests/testwindowsize.c

index 9f7b029435ba1bbca838993c04f08e58b708bb72..22a8b4d7927ba4d964b0f90be6cc8c9cfb1b6a99 100644 (file)
@@ -1,4 +1,4 @@
-/*  gcc -g -Wall -O2 -o dialog-test dialog-test.c `pkg-config --cflags --libs gtk+-3.0` */
+/*  gcc -g -Wall -O2 -o dialog-test dialog-test.c `pkg-config --cflags --libs gtk4` */
 #include <gtk/gtk.h>
 
 static GtkWidget *window;